HasCachedDocument(String,String,ReportParameterValue[]) Method
 
            Checks whether a previously cached report or document is available.
            
            
            
            
            
            
            
            'Declaration
 
Public Overloads Function HasCachedDocument( _
   ByVal  As System.String, _
   ByVal  As System.String, _
   ByVal () As ReportParameterValue _
) As System.Boolean
             
        
            
            public System.bool HasCachedDocument( 
   System.string ,
   System.string ,
   ReportParameterValue[] 
)
             
        
             
        
            Parameters
- fileName
 
- Report or document file name.
 - reportName
 
- Report name.
 - paramValues
 
- Report parameters or null.
 
            
            Return Value
true if a cached report or document is available, false otherwise.